testing.common.log (method)

9 uses

	testing (current package)
		testing.go#L868: func (c *common) log(s string) {
		testing.go#L910: 	c.log(fmt.Sprintln(args...))
		testing.go#L920: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L926: 	c.log(fmt.Sprintln(args...))
		testing.go#L933: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L940: 	c.log(fmt.Sprintln(args...))
		testing.go#L947: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L954: 	c.log(fmt.Sprintln(args...))
		testing.go#L961: 	c.log(fmt.Sprintf(format, args...))